@Generated(value="com.sun.tools.xjc.Driver", date="2024-11-15T12:10:56+01:00", comments="JAXB RI v2.3.2") public static class TaccuinoType.OsservazioniPersonali.SegniSintomi.Sintomi extends Object
Classe Java per anonymous complex type.
Il seguente frammento di schema specifica il contenuto previsto contenuto in questa classe.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="sintomo" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="areaInteressata">
<complexType>
<simpleContent>
<extension base="<urn:taccuino:common>string1_128">
<attribute name="codeSystem" type="{urn:taccuino:common}string1_200" />
<attribute name="codeSystemName" type="{urn:taccuino:common}string1_200" />
<attribute name="codeSystemVersion" type="{urn:taccuino:common}decimal3_2" />
<attribute name="code" type="{urn:taccuino:common}string1_200" />
</extension>
</simpleContent>
</complexType>
</element>
<element name="descrizione">
<complexType>
<simpleContent>
<extension base="<urn:taccuino:common>string1_256">
<attribute name="codeSystem" type="{urn:taccuino:common}string1_200" />
<attribute name="codeSystemName" type="{urn:taccuino:common}string1_200" />
<attribute name="codeSystemVersion" type="{urn:taccuino:common}decimal3_2" />
<attribute name="code" type="{urn:taccuino:common}string1_200" />
</extension>
</simpleContent>
</complexType>
</element>
</sequence>
<attribute name="dataRegistrazione" use="required" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
<attribute name="dataAggiornamento" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
<attribute name="dataInizioSintomo" use="required" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
<attribute name="dataFineSintomo" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
TaccuinoType.OsservazioniPersonali.SegniSintomi.Sintomi.Sintomo
Classe Java per anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<TaccuinoType.OsservazioniPersonali.SegniSintomi.Sintomi.Sintomo> |
sintomo |
| Constructor and Description |
|---|
Sintomi() |
| Modifier and Type | Method and Description |
|---|---|
List<TaccuinoType.OsservazioniPersonali.SegniSintomi.Sintomi.Sintomo> |
getSintomo()
Gets the value of the sintomo property.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2024-11-15T12:10:56+01:00", comments="JAXB RI v2.3.2") protected List<TaccuinoType.OsservazioniPersonali.SegniSintomi.Sintomi.Sintomo> sintomo
@Generated(value="com.sun.tools.xjc.Driver", date="2024-11-15T12:10:56+01:00", comments="JAXB RI v2.3.2") public List<TaccuinoType.OsservazioniPersonali.SegniSintomi.Sintomi.Sintomo> getSintomo()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the sintomo property.
For example, to add a new item, do as follows:
getSintomo().add(newItem);
Objects of the following type(s) are allowed in the list
TaccuinoType.OsservazioniPersonali.SegniSintomi.Sintomi.Sintomo
Copyright © 2024. All rights reserved.